AnchorType Enumeration
Represents how a frame is bound to a text document.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration AnchorType
| Page | 0 |
The page that has the same physical page number as the value of the anchor page number that is attached to the drawing shape element. If no anchor page number value is given, the anchor position is the page at which the character behind the drawing object element appears.
|
| Frame | 1 |
The parent text box that the current drawing shape element is contained in.
|
| Paragraph | 2 |
The paragraph that the current drawing shape element is contained in.
|
| Char | 3 |
The character after the drawing shape element.
|
| AsChar | 4 |
There is no anchor position. The drawing shape behaves like a character.
|
| None | 5 |
None.
|